home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / bb21c.zip / REVIEW.DOC < prev    next >
Text File  |  1992-04-02  |  2KB  |  38 lines

  1.  
  2. The REVIEW command makes life a lot easier for SYSOPs to check incoming
  3. messages for suitability.  Its also handy for reading the mail and many
  4. other things.  The command looks like:
  5.  
  6.      REVIEW {search}
  7.  
  8. If search is not specified then "V" is assumed for SYSOPs and "M" for
  9. other users.
  10.  
  11.      REVIEW        <== SYSOPS see messages in REVIEW status.  Users
  12.                        see only their unread mail.
  13.      REVIEW H      <== Show messages in hold
  14.      REVIEW M      <== Show my unread mail
  15.  
  16.  
  17. Each message is displayed and user is asked to tell what should be done.
  18. Options are Kill, Leave, Release, Hold, rEply, Change, and Quit.  The
  19. last action leaves the message untouched and terminates the review
  20. command.  Note that the letter "E" is used to indicate reply.  Users are
  21. restricted to K, L, E, and Q.
  22.  
  23. For remote SYSOPSs or other users, each message is shown as if it was
  24. the subject of a read command.  Then the user is prompted for an action.
  25.  
  26. If the action is REPLY then an automatic SR to the message is issued.
  27. After the reply is completed, the user is again prompted for an action.
  28. He can then KILL, etc or even REPLY again.
  29.  
  30. If the action is CHANGE then an automatic EM for the message is issued.
  31. After the change is completed, the user is again prompted for an action.
  32.  
  33. Local SYSOPs see the messages in the full screen editor with the title
  34. line showing on the top line of the box.  Local SYSOPs indicate the
  35. action by pressing ALT-x where x is the letter of the action to be
  36. taken.  The local SYSOP can use the regular mode as above if desired by
  37. setting NO_FULLSCREEN_REVIEW = Y in PARMS.BB
  38.